docs(skills): improve drafting skills from signal log patterns 2026-08-03 - #454
docs(skills): improve drafting skills from signal log patterns 2026-08-03#454oz-by-warp[bot] wants to merge 6 commits into
Conversation
Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR updates the docs drafting skill and feature/guide templates to require source or live-product verification for user-facing labels and flags, prefer durable behavior over ephemeral UI details, state availability limits, cover team/admin effects for integrations, and strengthen related-page expectations.
Concerns
- No blocking concerns found in the attached diff. The supplemental security pass found no changed code or configuration introducing security-relevant risk, and
spec_context.mdreports that no approved or repository spec context exists for spec-drift review.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
…r skill Co-Authored-By: Oz <oz-agent@warp.dev>
…4-monitor skill" This reverts commit d837a53.
| - **Document durable behavior, not ephemeral chrome** — Prefer workflows, shortcuts, and outcomes that stay true when styling shifts. Drop glyph colors, pixel-level layout narration, and other pure presentation detail unless the reader must recognize them to succeed. ✅ "Press `Ctrl+C` once to stop the in-progress response." ❌ a full inventory of pending/running/failed glyph colors | ||
| - **State availability honestly** — If a capability is preview-only, platform-limited, interactive-only, or not yet in cloud agents, say so next to the claim. Never describe limited-preview behavior as generally available. ✅ "Linux post-processing adds smart cut; macOS applies a uniform speedup." ❌ listing smart cut as a property of every recording | ||
| - **Cover team-wide and admin effects** — For integrations and team features, state who can install, whether every teammate gets access immediately, and any per-user auth or admin steps on the external system. ✅ "A Jira admin must install the app; each teammate links their own account for run attribution." ❌ setup steps that only describe the installer's happy path | ||
| - **Related pages are required on new pages** — End new feature, integration, and guide pages with a Related pages (or Next steps) section. Link siblings and the natural next workflow so the page does not dead-end. ✅ Integrations overview + Agent Management Panel + a sibling Slack/Linear page ❌ no cross-links after Troubleshooting |
There was a problem hiding this comment.
This rule may be too strict for thin and newer stub pages that will be expanded on later. Update rule to include some flexibility around this. If there a logical and valuable next step exists, we should include that on the docs page.
Resolves the open question on source verification: keep the escape hatch for drafts written without warp-internal/warp-server access, but make it non-skippable. Unverified UI labels, flags, defaults, and eligibility claims must be marked inline and surfaced in an Unverified claims section of the PR description (or in the response for local sessions). Co-Authored-By: Warp Agent <agent@warp.dev>
Patterns addressed
warp-internal/ shipped product behavior.Signal window: last 30 days (2026-07-04 → 2026-08-03).
Primary source: GitHub human review comments and verdicts on agent-coauthored merged PRs (noise from Oz
/oz-reviewtemplate verdicts filtered out).Oz
[SIGNAL:style-lint]/[SIGNAL:pr-review]markers: 0 found in drafting-related run conversations (inner loop still not emitting markers reliably).Standing signal-log PR: #433
Improvement targets
.agents/skills/draft_docs/SKILL.md— require source/live verification for labels/flags/defaults; add durable-UI, availability, team-access, and Related pages rules plus checklist items (applies to all drafting skills that route throughdraft_docs)..agents/templates/feature-doc.md— bracket instructions for platform/preview limits, source-verified procedures, integration admin/access prerequisites, and required Related pages..agents/templates/guide-page.md— requiredVideoEmbedtitle, team-tool access prerequisites, and durable prompt/UI guidance.Patterns reviewed but not acted on
{{TOKEN}}substitution bugs — appears to be a build/transform issue called out in human replies (tokens not substituted), not a missing drafting-skill example; needs eng follow-up rather than another skill bullet.Open questions for human review
Should source verification be a hard blocker (omit unverified claims) even when only a PRD is available andResolved: not a hard blocker. The agent may omit the claim or keep it with an inlinewarp-internalis not checked out?{/* VERIFY: ... */}marker, but reporting is now mandatory —draft_docsstep 9.5 requires every unverified claim to be listed in an## Unverified claimssection of the PR description (or in the response for local sessions), andcreate_prrequires that section even when the list is empty.Test plan
git diff --checkcleanConversation: https://app.warp.dev/conversation/23ca1da7-5292-48dc-bb3d-bb8a337eb730
Run: https://app.warp.dev/conversation/23ca1da7-5292-48dc-bb3d-bb8a337eb730
This PR was generated with Oz.